home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / twpacker.lha / TWPacker / TWPack.doc < prev    next >
Text File  |  1992-07-29  |  1KB  |  22 lines

  1. ---------------------------------------------------------------------------
  2. TWPack 2.1 - TWPack 2.1 - TWPack 2.1 - TWPack 2.1 - TWPack 2.1 - TWPack 2.1
  3. ---------------------------------------------------------------------------
  4.  
  5. The  Wave  proudly  presents  their  powerful packer for programmers.  This
  6. release  is  the  latest version of TWPack.  The packer is very easy to use
  7. and is selfexplanatory. It has two usages:
  8.  
  9.         1. TWPack <in> <out>: This packs the file <in> to the file <out>.
  10.         2. TWPack <out>: This writes the decrunch source to file <out>.
  11.  
  12. The decruncher too is very easy to use. This is a simple front end to it:
  13.  
  14.         lea     $50000,a0       ; Pointer to crunched data
  15.         lea     $60000,a1       ; Pointer to place for decrunched data
  16.         lea     $70000,a2       ; Pointer to a 4500 byte decrunchbuffer
  17.         bsr     decrunch        ; Decrunch the data
  18.         rts
  19.  
  20. We hope You can use it. See You in a later product.
  21.  
  22.                                      Surfman of The Wave...